﻿/************** HERO **************/
.hero {
  margin-top: 14.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hero img.divisor-deitado {
  display: none;
}

.hero .regulamento p,
.hero .guia p {
  line-height: 30px;
  color: #1a1a18;
  margin-top: 2rem;
  width: 100%;
  max-width: 63rem;
}

.hero .regulamento a,
.hero .guia a {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: var(--white);
  display: inline-block;
  margin-top: 4rem;
  padding: 1.6rem 4rem;
  border: 1px solid transparent;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.1s;
}

.hero .regulamento a {
  background-color: var(--pink);
}

.hero .regulamento a:hover {
  background-color: var(--white);
  color: var(--pink);
  border: 1px solid var(--pink);
}

.hero .guia a {
  background-color: var(--dark-blue);
}

.hero .guia a:hover {
  background-color: var(--white);
  color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
}

/************** TERMO **************/
.termo {
  margin-top: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.termo h3 {
  font-size: 2.4rem;
  line-height: 30px;
  color: var(--red);
}

.termo h2 {
  margin-top: 1.5rem;
}

.termo p {
  line-height: 30px;
  color: #1a1a18;
  text-align: center;
  margin-top: 2rem;
  width: 100%;
  max-width: 102.9rem;
}

.termo a {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: var(--white);
  background-color: var(--red);
  margin-top: 4rem;
  padding: 1.6rem 4rem;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.1s;
}

.termo a:hover {
  background-color: var(--white);
  color: var(--red);
  border: 1px solid var(--red);
}

/************** ORIENTAÃ‡Ã•ES **************/
.orientacoes {
  margin-top: 11.5rem;
}

.orientacoes .wrapper {
  display: flex;
  align-items: center;
}

.orientacoes .wrapper .infos p {
  line-height: 3rem;
  color: #1a1a18;
  margin-top: 2rem;
  width: 100%;
  max-width: 77.8rem;
}

.orientacoes .wrapper .infos .links a {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: var(--white);
  background-color: var(--blue-light);
  margin-top: 5.4rem;
  margin-right: 4rem;
  padding: 1.6rem 4rem;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.1s;
}

.orientacoes .wrapper .infos .links a:last-child {
  margin-right: 0;
}

.orientacoes .wrapper .infos .links a:hover {
  background-color: var(--white);
  color: var(--blue-light);
  border: 1px solid var(--blue-light);
}

.orientacoes .wrapper img {
  margin-right: -9rem;
}

.orientacoes h3 {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.8rem;
  color: #1a1a18;
  margin-top: -15rem;
}

.orientacoes .sibiun-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 6rem;
}

.orientacoes .sibiun-grid .sibiun-card {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  border-right: 1px solid #00c8a4;
  border-bottom: 1px solid #00c8a4;
  margin-right: 4.6rem;
  padding: 4.5rem 3rem 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.orientacoes .sibiun-grid .sibiun-card:last-child {
  margin-right: 0;
}

.orientacoes .sibiun-grid .sibiun-card span {
  font-weight: 600;
  font-size: 1.4rem;
  color: #00c8a4;
}

.orientacoes .sibiun-grid .sibiun-card h4 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3rem;
  color: #1a1a18;
  margin-top: 0.5rem;
}

.orientacoes .sibiun-grid .sibiun-card p,
.orientacoes .sibiun-grid .sibiun-card strong {
  line-height: 3rem;
  color: #1a1a18;
  text-align: center;
}

.orientacoes .sibiun-grid .sibiun-card p {
  font-weight: 400;
  margin-top: 1.5rem;
  width: 100%;
  max-width: 29.5rem;
}

.orientacoes .sibiun-grid .sibiun-card strong {
  font-weight: 600;
}

.orientacoes .sibiun-grid .sibiun-card a {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: var(--white);
  background-color: #00c8a4;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-top: 3rem;
  padding: 1.6rem 4rem;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.1s;
}

.orientacoes .sibiun-grid .sibiun-card a:hover {
  background-color: var(--white);
  color: #00c8a4;
  border: 1px solid #00c8a4;
}

/************** PESQUISA - BOX/CARD **************/
.pesquisa {
  margin-top: 14.8rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: url('/sites/biblioteca/Style Library/Univali/Biblioteca/assets/bg-pesquisa-card.png');
  background-repeat: no-repeat;
  background-position: top center;
  height: 50vh;
}

.pesquisa .box-pesquisa {
  width: 100%;
  max-width: 1170px;
  box-shadow: 10px 10px 0px 2px var(--yellow);
}

.box-pesquisa .box-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-pesquisa .box-header button {
  width: 50%;
  padding: 2.7rem;
  background-color: rgba(254, 251, 238, 0.8);
  border: 1px solid var(--yellow);
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #1a1a18;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-pesquisa .box-header button svg {
  margin-right: 1rem;
}

.box-pesquisa .box-header button#btn-pesquisa:not(.active) svg path {
  fill: #1a1a18;
}

.box-pesquisa .box-header button#btn-pesquisa.active svg path {
  fill: var(--white);
}

.box-pesquisa .box-header button#btn-acervo:not(.active) svg path {
  stroke: #1a1a18;
}

.box-pesquisa .box-header button#btn-acervo.active svg path {
  stroke: var(--white);
}

.box-pesquisa .box-header button.active {
  background-color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
  font-weight: 600;
  color: var(--white);
}

.box-pesquisa .box-conteudo {
  width: 100%;
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada,
.box-pesquisa .box-conteudo .acervo-univali-conteudo {
  padding: 3.5rem 5rem 4.5rem;
  background-color: var(--white);
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #454545;
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada p.pesquisa-mobile {
  display: none;
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada form {
  margin-top: 3.5rem;
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada form .input-grupo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada form .input-grupo .select-grupo {
  width: 100%;
  max-width: 17rem;
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada form .input-grupo .select-grupo select {
  letter-spacing: 0.05rem;
  color: var(--blue);
  background-color: #e2f8ff;
  border-radius: 5px;
  padding: 1.4rem 1rem;
  width: 100%;
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada form .input-grupo #form-input {
  width: 100%;
  max-width: 71rem;
  padding: 1.4rem 1rem;
  border: 1px solid var(--blue);
  border-radius: 5px;
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada form .input-grupo #form-input,
.box-pesquisa
  .box-conteudo
  .formulario-pesquisa-integrada
  form
  .input-grupo
  #form-input::placeholder {
  letter-spacing: 0.05rem;
  color: #b2b1af;
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada form .input-grupo #form-input:focus {
  outline: none;
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada form .input-grupo .btn-submit {
  width: 100%;
  max-width: 17rem;
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada form .input-grupo .btn-submit button {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 5px;
  transition: 0.2s;
  width: 100%;
  padding: 1.6rem;
}

.box-pesquisa
  .box-conteudo
  .formulario-pesquisa-integrada
  form
  .input-grupo
  .btn-submit
  button:hover {
  background-color: var(--white);
  color: var(--blue);
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada .formulario-btns {
  margin-top: -2rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada .formulario-btns .e-publicacoes a,
.box-pesquisa .box-conteudo .formulario-pesquisa-integrada .formulario-btns .e-books a,
.box-pesquisa .box-conteudo .formulario-pesquisa-integrada .formulario-btns .busca-avancada a,
.box-pesquisa
  .box-conteudo
  .formulario-pesquisa-integrada
  .formulario-btns
  .ir-pesquisa-integrada
  a {
  display: flex;
  align-items: center;
  color: var(--dark-blue);
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada .formulario-btns .e-publicacoes a > img,
.box-pesquisa .box-conteudo .formulario-pesquisa-integrada .formulario-btns .e-books a > img,
.box-pesquisa .box-conteudo .formulario-pesquisa-integrada .formulario-btns .busca-avancada a > img,
.box-pesquisa
  .box-conteudo
  .formulario-pesquisa-integrada
  .formulario-btns
  .ir-pesquisa-integrada
  a
  > img {
  margin-right: 1rem;
}

.box-pesquisa .box-conteudo .formulario-pesquisa-integrada .formulario-btns .ir-pesquisa-integrada {
  display: none;
}

.box-pesquisa .box-conteudo .acervo-univali-conteudo {
  display: none;
}

.box-pesquisa .box-conteudo .acervo-univali-conteudo p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #454545;
}

.box-pesquisa .box-conteudo .acervo-univali-conteudo .acervo-univali-btns {
  margin-top: 5.45rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.box-pesquisa .box-conteudo .acervo-univali-conteudo .acervo-univali-btns a {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--blue);
  border: 1px solid transparent;
  border-radius: 5px;
  transition: 0.2s;
  padding: 1.6rem 4rem;
  display: flex;
  align-items: center;
}

.box-pesquisa .box-conteudo .acervo-univali-conteudo .acervo-univali-btns a:hover {
  background-color: var(--white);
  color: var(--blue);
  border: 1px solid var(--blue);
}

.box-pesquisa .box-conteudo .acervo-univali-conteudo .acervo-univali-btns a > svg {
  margin-right: 1rem;
}

.box-pesquisa .box-conteudo .acervo-univali-conteudo .acervo-univali-btns a:hover > svg path {
  stroke: var(--blue);
}

/************** RESPONSIVO **************/
@media (max-width: 1570px) {
  .hero {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .orientacoes {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}

@media (max-width: 1440px) {
  .orientacoes {
    margin-top: 18rem;
  }

  .orientacoes .wrapper {
    flex-direction: column;
  }

  .orientacoes .wrapper .infos {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .orientacoes .wrapper .infos p {
    max-width: 102.9rem;
    text-align: center;
  }

  .orientacoes .wrapper img {
    margin-right: 0;
    display: block;
    width: 100%;
    max-width: 50%;
  }

  .orientacoes h3 {
    margin-top: 0;
  }

  .orientacoes .sibiun-grid {
    gap: 4rem;
  }

  .orientacoes .sibiun-grid .sibiun-card {
    margin-right: 0;
  }
}

@media (max-width: 1330px) {
  .hero {
    flex-direction: column;
    gap: 8rem;
  }

  .hero img.divisor-reto {
    display: none;
  }

  .hero img.divisor-deitado {
    display: block;
  }

  .hero .regulamento,
  .hero .guia {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero .regulamento p,
  .hero .guia p {
    max-width: 80rem;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .orientacoes .wrapper img {
    max-width: 60%;
  }

  .orientacoes h3 {
    text-align: center;
  }

  .orientacoes .sibiun-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pesquisa {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada form .input-grupo .select-grupo {
    margin-right: 1rem;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada form .input-grupo #form-input {
    margin-right: 1rem;
  }
}

@media (max-width: 991px) {
  .termo {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .termo h2 {
    line-height: 7.5rem;
    text-align: center;
  }

  .orientacoes .wrapper .infos h2 {
    line-height: 7.5rem;
    text-align: center;
  }

  .pesquisa {
    background-size: contain;
  }
}

@media (max-width: 940px) {
  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada .formulario-btns {
    margin-top: 3.5rem;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada iframe {
    min-height: 195px;
  }
}

@media (max-width: 768px) {
  .orientacoes .wrapper .infos .links {
    margin-top: 3rem;
  }

  .orientacoes .wrapper .infos .links a {
    margin-top: 0;
  }

  .orientacoes .wrapper .infos .links a:last-child {
    margin-top: 2rem;
  }

  .orientacoes .wrapper img {
    max-width: 80%;
  }

  .orientacoes .sibiun-grid {
    grid-template-columns: 1fr;
  }

  .pesquisa {
    align-items: flex-start;
  }

  .box-pesquisa .box-header {
    flex-direction: column;
  }

  .box-pesquisa .box-header button {
    width: 100%;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada form .input-grupo {
    flex-direction: column;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada form .input-grupo .select-grupo {
    margin-right: 0;
    max-width: 100%;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada form .input-grupo #form-input {
    margin-right: 0;
    margin-top: 1rem;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada form .input-grupo .btn-submit {
    margin-top: 1rem;
    max-width: 50%;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada .formulario-btns {
    flex-wrap: wrap;
    gap: 2rem;
  }
}

@media (max-width: 600px) {
  .hero {
    gap: 6rem;
  }

  .hero .regulamento p,
  .hero .guia p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .hero .regulamento a,
  .hero .guia a {
    margin-top: 3rem;
  }

  .termo h3 {
    font-size: 2rem;
  }

  .termo h2 {
    line-height: 5rem;
  }

  .termo p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .termo a {
    margin-top: 3rem;
  }

  .orientacoes .wrapper .infos h2 {
    line-height: 5rem;
  }

  .orientacoes .wrapper .infos p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .orientacoes .wrapper .infos .links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .orientacoes .wrapper .infos .links a {
    margin-right: 0;
    text-align: center;
  }

  .orientacoes .wrapper img {
    max-width: 100%;
  }

  .orientacoes h3 {
    font-size: 2.4rem;
  }

  .orientacoes .sibiun-grid {
    margin-top: 4rem;
  }

  .orientacoes .sibiun-grid .sibiun-card h4 {
    font-size: 2.6rem;
  }

  .orientacoes .sibiun-grid .sibiun-card p,
  .orientacoes .sibiun-grid .sibiun-card strong {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .orientacoes .sibiun-grid .sibiun-card a {
    margin-top: 2.5rem;
  }

  .pesquisa {
    height: 32vh;
  }

  .box-pesquisa .box-header button {
    font-size: 2rem;
  }

  .box-pesquisa .box-header button svg {
    width: 2rem;
    height: 2rem;
  }

  .box-pesquisa .box-header button#btn-acervo {
    display: none;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada iframe {
    display: none;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada p {
    display: none;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada p.pesquisa-mobile {
    display: block;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada form {
    display: none;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada .formulario-btns .e-publicacoes,
  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada .formulario-btns .e-books,
  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada .formulario-btns .busca-avancada {
    display: none;
  }

  .box-pesquisa
    .box-conteudo
    .formulario-pesquisa-integrada
    .formulario-btns
    .ir-pesquisa-integrada {
    display: block;
  }
}

@media (max-width: 480px) {
  .hero {
    margin-top: 4.5rem;
  }

  .hero img.divisor-deitado {
    width: 100%;
  }

  .hero .regulamento,
  .hero .guia {
    align-items: flex-start;
  }

  .hero .regulamento p,
  .hero .guia p {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 1.5rem;
  }

  .hero .regulamento a,
  .hero .guia a {
    margin-top: 2.5rem;
    text-align: center;
  }

  .termo {
    align-items: flex-start;
    margin-top: 10rem;
  }

  .termo h3 {
    font-size: 1.6rem;
  }

  .termo h2 {
    line-height: 3.3rem;
    text-align: left;
  }

  .termo p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    text-align: left;
  }

  .termo a {
    margin-top: 2.5rem;
    text-align: center;
  }

  .orientacoes {
    margin-top: 12rem;
  }

  .orientacoes .wrapper .infos {
    align-items: flex-start;
  }

  .orientacoes .wrapper .infos h2 {
    line-height: 3.3rem;
    text-align: left;
  }

  .orientacoes .wrapper .infos p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    text-align: left;
  }

  .orientacoes .wrapper .infos .links {
    width: 100%;
    margin-top: 2.5rem;
  }

  .orientacoes h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .orientacoes .sibiun-grid {
    margin-top: 2rem;
    gap: 3.5rem;
  }

  .orientacoes .sibiun-grid .sibiun-card {
    padding: 4.5rem 3rem;
  }

  .orientacoes .sibiun-grid .sibiun-card h4 {
    font-size: 2.4rem;
  }

  .orientacoes .sibiun-grid .sibiun-card p,
  .orientacoes .sibiun-grid .sibiun-card strong {
    font-size: 1.4rem;
  }

  .orientacoes .sibiun-grid .sibiun-card a {
    margin-top: 2rem;
  }

  .pesquisa {
    margin-top: 10rem;
    height: 25vh;
  }

  .box-pesquisa .box-header button {
    font-size: 1.8rem;
    padding: 1.8rem;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada {
    padding: 1.5rem 2.9rem 3rem;
  }

  .box-pesquisa .box-conteudo .formulario-pesquisa-integrada .formulario-btns {
    margin-top: 1.5rem;
  }
}
